home *** CD-ROM | disk | FTP | other *** search
/ Armageddon - Interactive Preview / Interactive Preview: Armageddon.iso / pc / control.dxr / Still Images_59_No.ls < prev    next >
Encoding:
Text File  |  1998-05-19  |  286 b   |  13 lines

  1. global gMonitorObj
  2.  
  3. on mouseDown
  4.   set the visible of sprite 75 to 0
  5.   set the visible of sprite 76 to 0
  6.   updateStage()
  7.   ResetMonitors(gMonitorObj)
  8.   setLeft(gMonitorObj, "Galaxy Loop")
  9.   setCenter(gMonitorObj, "Impact Loop")
  10.   setRight(gMonitorObj, "Still Loop")
  11.   updateStage()
  12. end
  13.